11. Exercise: Add Intent Test in TeaTime
Add Intent Test in TeaTime
In this exercise your task is to finish writing the OrderSummaryActivityTest. OrderSummaryActivityTest will test the email intent that is sent from OrderSummaryActivity.
I’ll leave it up to you to decide whether this is a case for intent stubbing or intent verification.
Exercise Code
Task Description:
Follow the TODOs to complete this exercise:
Task Feedback:
Hopefully testing Intents in Espresso wasn't too Intense :)
Solution: [TESP.03-Solution-AddOrderSummaryActivityTest][Diff]